projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405c600
)
Revert the change of 2003-07-29 as GTK+ 2.2 is not required anymore.
author
Lute Kamstra
<lute@gnu.org>
Tue, 19 Aug 2003 08:21:00 +0000
(08:21 +0000)
committer
Lute Kamstra
<lute@gnu.org>
Tue, 19 Aug 2003 08:21:00 +0000
(08:21 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 627956c84f6c56bcb937bcdc4770d6c10181b7bd..060a89bd36bffd97d9cf6e9ece961eb23a9b8669 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1900,7
+1900,7
@@
if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]);
fi
GLIB_REQUIRED=2.0.1
- GTK_REQUIRED=2.
2
+ GTK_REQUIRED=2.
0.1
GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
dnl Check if --with-pkg-config-prog has been given.